github.com/go-pg/pg/v10/orm.Query.createCountEstimateFunc (method)

2 uses

	github.com/go-pg/pg/v10/orm (current package)
		count_estimate.go#L71: 				err = q.createCountEstimateFunc()
		count_estimate.go#L87: func (q *Query) createCountEstimateFunc() error {